home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / CAFTERDA / README.TXT < prev   
Text File  |  1990-08-18  |  1KB  |  41 lines

  1. Introduction
  2. ------------
  3. CAfterDark is a base class that allows you to write graphics modules
  4. for Berkeley Systems' After Dark in terms of an object based
  5. abstraction.  The base class CAfterDark provides the default behavior
  6. for a graphics module by simply blanking the screen.  Subclasses can
  7. then add or change this basic behaviour.
  8.  
  9.  
  10. Notice
  11. ------
  12. This software has been placed in the public domain.  Use it at your
  13. own risk!  The author takes no responsibility for loss or damage
  14. resulting from the use of this code.
  15.  
  16.  
  17. Files
  18. -----
  19. GlueCode.[ch] - Glues the regular "main" interface to our class
  20. based interface.  You will need to change GlueCode.h so that it
  21. creates an instance of your own subclass.  See GlueCode.h for
  22. more information.
  23.  
  24. CAfterDark.[ch] - The base class for all graphics modules
  25.  
  26. CParticle.[ch] - An example subclass
  27.  
  28. CParticle.╣ - THINK C 4.0.2 project file
  29.  
  30. CParticle.╣.rsrc - Resources for the CParticle examples
  31.  
  32. GraphicsModule_Types.h - NOT PROVIDED but needed.  This files is included
  33. on your After Dark distribution disk.
  34.  
  35.  
  36. Contact Me At
  37. -------------
  38. Jeff Francis
  39. CS Student, University of Iowa
  40. jfrancis@umaxc.weeg.uiowa.edu
  41. (319) 354-0765